/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
input,button,select,textarea{outline:none;}
ul,li,dl,ol{list-style:none;}
a{color:#666; text-decoration:none;}

.box{
}
.bcon{
	width:380px;
	overflow:hidden;
	height: 345px;
}
.bcon h1{ border-bottom:1px solid #eee; padding:0 10px;}
.bcon h1 b{
	border-top:2px solid #3492D1;
	padding:0 8px;
	margin-top:-1px;
	display:inline-block;
	font-weight: bold;
}

.list_lh{
	overflow:hidden;
	height: 300px;
}

.list_lh ul {
	list-style-type: none;
}

.list_lh li{
	padding: 10px;
	list-style-type: none;
	height: 50px;
}
.list_lh li.lieven{
	background-color: #F0F2F3;
	margin-left: 5px;
}
.list_lh li p{
	line-height: 24px;
	height: 24px;
}
.list_lh li p a{ float:left;}
.list_lh li p em{ width:80px; font:normal 12px/24px Arial; color:#FF3300; float:right; display:inline-block;}
.list_lh li p span{ color:#999; float:right;}
.list_lh li p a.btn_lh{
	background:#28BD19;
	color:#fff;
	margin-top:4px;
	display:inline-block;
	float:right;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	line-height: 17px;
	height: 17px;
}
.btn_lh:hover{ color:#fff; text-decoration:none;}

.btm p{ font:normal 12px/24px 'Microsoft YaHei'; text-align:center;}
